home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / RLaB 1.18c / misc / gnuplothelp / multiplot < prev    next >
Encoding:
Text File  |  1994-10-22  |  537 b   |  20 lines  |  [TEXT/ttxt]

  1. multiplot:
  2.  
  3. Synopsis: Set the current I:th plot-window in multiplot-mode.
  4.  
  5. Syntax: multiplot ( rows, columns, I )
  6.  
  7. Description:
  8.  
  9.     multiplot() allows you to make multiple plots in the I:th window. 
  10.     After giving the command you enter multimode. 
  11.     After making rows*columns plot-commands you automaticly leave this mode.
  12.     
  13.     The first plot made will appear in north-west, the second in 
  14.     north-easst, and so on.
  15.     
  16.     If 'I' is not specified the default plot-window (0) is used.
  17.  
  18. See Also: postplot, printplot, latexplot, plotyy, nomultiplot
  19.  
  20.